home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- if ( -x $TMPFILEDIR/charybda/diver ) then
- xwsh -bg royalblue -fg white \
- -geom 80x30+100+100 -cursorfg violetred1 \
- -cursorbg violetred1 -title "Launching Charydba Diver demo ..." \
- -e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/launch.csh"
- else
- xwsh -bg royalblue -fg white \
- -geom 80x30+100+100 -cursorfg violetred1 \
- -cursorbg violetred1 -title "Charybda Diver demo not found" \
- -e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/install.csh"
- endif
-